Hacker News new | ask | show | jobs
by gpderetta 2444 days ago
But what about ~buf here:

  let len = Core.In_channel.input in_ch ~buf ~pos:0 ~len:buf_size
1 comments

~buf is shorthand for ~buf:buf
Oh, nice.