AH
Size: a a a
AH
VL
AH
VL
VL
SN
Dv
0>T:\Temp\ConsoleApp6\ConsoleApp6\Program.fs(96,9): Error FS0041 : No overloads match for method 'CopyTo'.
Known type of argument: Span<int>
Available overloads:
- (extension) BitArray.CopyTo<'T>(destination: Memory<'T>) : unit
- (extension) BitArray.CopyTo<'T>(destination: Span<'T>) : unit
VL
VL
VL
IC
PD
АВ
Dv
Dv
type T = T with
static member inline ($) (T, arg: unit) = ()
static member inline ($) (T, func: ^a -> ^b): ^a -> ^b =
fun (_: 'a) -> (T $ Unchecked.defaultof<'b>)
Dv
This construct causes code to be less generic than indicated by the type annotations. The type variable 'b has been constrained to be type 'unit'.
Dv
Dv