Example #1
0
 public Range(Fixnum begin, Fixnum end, bool excludeEnd = false)
     : this((iObject)begin, end, excludeEnd)
 {
 }
Example #2
0
 public bool Equals(Fixnum other) => other.Value == Value;