MCPcopy Create free account
hub / github.com/SerenityOS/jakt / size

Method size

runtime/Builtins/DynamicArray.h:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50 bool is_empty() const { return m_size == 0; }
51 size_t size() const { return m_size; }
52 size_t capacity() const { return m_capacity; }
53
54 void ensure_capacity(size_t capacity)

Callers 1

shrinkMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected