MCPcopy
hub / github.com/winjs/winjs / split

Method split

src/js/WinJS/Core/_WinRT.d.ts:160–160  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

158 lookup(key: K): V;
159 hasKey(key: K): boolean;
160 split(): { first: Windows.Foundation.Collections.IMapView<K, V>; second: Windows.Foundation.Collections.IMapView<K, V>; };
161 }
162 export interface VectorChangedEventHandler<T> {
163 (sender: Windows.Foundation.Collections.IObservableVector<T>, event: Windows.Foundation.Collections.IVectorChangedEventArgs): void;

Callers 15

normalizeFunction · 0.65
collectOffsetArrayFunction · 0.65
scheduleWriteRulesFunction · 0.65
addClassFunction · 0.65
removeClassFunction · 0.65
toggleClassFunction · 0.65
_Log.jsFile · 0.65
createNamespaceFunction · 0.65
getMemberFilteredFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected