SP
Size: a a a
SP
AZ
AZ
AZ
foo<T>(xs: T<Ololo>)p
AZ
async fn foo() -> i32 {
10 // никакого pure
}p
AZ
let x = async { 10 }AZ
async Task<int> Foo() => 10;BD
(L
BD
p
let x = async { 10 }p
p
AZ
AZ
let x = do
10EG
let x = do
10AZ
let x = do
pure 10AZ
let x = async { futures::ok(10) }