Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
fzzzy
on Jan 24, 2012
|
parent
|
context
|
favorite
| on:
Mozilla releases version 0.1 of the Rust programmi...
Also passing functions to functions:
fn foo(bar: fn(baz: int) -> int) -> int
Instead of
fn foo(bar: fn(baz: int) : int) : int
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
fn foo(bar: fn(baz: int) -> int) -> int
Instead of
fn foo(bar: fn(baz: int) : int) : int