The OpenD Programming Language

SList.clear

Removes all elements from the range

Complexity: O(length)

struct SList(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
void
clear
()

Meta