示例#1
0
 public Result <Prefix> sub_prefix(Prefix other)
 {
     return(this.sub(other.get_prefix()));
 }
示例#2
0
 public Result <Prefix> add_prefix(Prefix other)
 {
     return(this.from(this.get_prefix() + other.get_prefix()));
 }