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