fromBitString

fun fromBitString(bitString: String): BitSet(source)

Creates bitset from hunan-readably bit string representation

Throws

if the provided string containes characters other than '1' and '0'