MCPcopy Create free account
hub / github.com/SeaOfNodes/Simple / asAry

Method asAry

chapter22/src/main/java/com/seaofnodes/simple/Ary.java:174–174  ·  view source on GitHub ↗

@return compact array version

()

Source from the content-addressed store, hash-verified

172
173 /** @return compact array version */
174 public E[] asAry() { return Arrays.copyOf(_es,_len); }
175
176 /** Find the first matching element using ==, or -1 if none. Note that
177 * most del calls shuffle the list, so the first element might be random.

Callers 7

gccMethod · 0.95
parseStructMethod · 0.95
typeFunPtrMethod · 0.95
funcMethod · 0.95
functionCallMethod · 0.95
unifyMethod · 0.95
NodeMethod · 0.45

Calls

no outgoing calls

Tested by 1

gccMethod · 0.76