MCPcopy Index your code
hub / github.com/TypeScriptToLua/TypeScriptToLua / values

Method values

language-extensions/index.d.ts:693–693  ·  view source on GitHub ↗

Returns an array of values of an object, when iterated with `pairs`.

(o: LuaPairsIterable<any, V>)

Source from the content-addressed store, hash-verified

691
692 /** Returns an array of values of an object, when iterated with `pairs`. */
693 values<V>(o: LuaPairsIterable<any, V>): V[];
694
695 /** Returns an array of key/values of an object, when iterated with `pairs`. */
696 entries<K extends AnyNotNil, V>(o: LuaPairsIterable<K, V>): Array<[K, V]>;

Callers 11

testEachVersionFunction · 0.65
parse.tsFile · 0.65
resolveDependenciesFunction · 0.65
annotations.tsFile · 0.65
hasReferencedSymbolFunction · 0.65
afterPrintMethod · 0.65

Implementers 2

Mapsrc/lualib/Map.ts
Setsrc/lualib/Set.ts

Calls

no outgoing calls

Tested by

no test coverage detected