検索

phrase: max: clip:
target: order:
Results of 1 - 2 of about 2 for invariant (0.007 sec.)
Subtyping and Variance 11228
はじめに 1. 安全と危険のご紹介 1.1. 安全と危険の相互作用 1.2. Unsafe と連携する 2. データレイアウ ... subtype of F<U> (subtyping "passes through") F is invariant over T otherwise (no subtyping relation can be der ... . Traits don't have inferred variance, so Fn(T) is invariant in T ). Some important variances: &'a T is variant ... st T by metaphor) &'a mut T is variant over 'a but invariant over T Fn(T) -> U is invariant over T , but varian ... tex<T> and all other interior mutability types are invariant over T (as is *mut T by metaphor) To understand wh ...
https://man.plustar.jp/rust/nomicon/subtyping.html - [similar]
print.html 7485
はじめに 1. 安全と危険のご紹介 1.1. 安全と危険の相互作用 1.2. Unsafe と連携する 2. データレイアウ ... subtype of F<U> (subtyping "passes through") F is invariant over T otherwise (no subtyping relation can be der ... . Traits don't have inferred variance, so Fn(T) is invariant in T ). Some important variances: &'a T is variant ... st T by metaphor) &'a mut T is variant over 'a but invariant over T Fn(T) -> U is invariant over T , but varian ... tex<T> and all other interior mutability types are invariant over T (as is *mut T by metaphor) To understand wh ...
https://man.plustar.jp/rust/nomicon/print.html - [similar]
PREV 1 NEXT