m Epsilion moved page Types:Bool2 to Type:Bool2: Making type category singular |
fix template usage |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
A | A bool2 is a [[Value Type | value]] type that pairs two [[Type:Bool | bool]] values together | ||
[[ | |||
== Usage == | |||
Use this type whenever you need to store two bool values together. | |||
In the underlying runtime (.net), this takes the same amount of memory as two [[Type:Byte | bytes]] | |||
{{Template:BoolTypes}} |