RP
Size: a a a
RP
DS
AZ
DS
r
AZ
AZ
r
RP
RP
RP
RP
r
fn return<T>(x: T) -> Box<T> { Box::new(x) }
и fn and_then<F: FnOnce(T) -> U>(self, f: F) -> Box<U> { Box::new(f(*self)) }
AZ
fn return<T>(x: T) -> Box<T> { Box::new(x) }
и fn and_then<F: FnOnce(T) -> U>(self, f: F) -> Box<U> { Box::new(f(*self)) }
ЕС
r
S[
PK
A
PK