Standardize formatting

This commit is contained in:
player-03
2021-03-02 23:45:49 -05:00
committed by GitHub
parent 0c032c7a2a
commit f9a1f645d5

View File

@@ -92,6 +92,7 @@ abstract Int16Array(ArrayBufferView) from ArrayBufferView to ArrayBufferView
public inline static var BYTES_PER_ELEMENT:Int = 2;
public var length(get, never):Int;
#if (haxe_ver < 4.2) @:generic #end
public inline function new<T>(?elements:Int, ?buffer:ArrayBuffer, ?array:Array<T>, #if openfl ?vector:openfl.Vector<Int>, #end ?view:ArrayBufferView,
?byteoffset:Int = 0, ?len:Null<Int>)