Pipe -forward operator lets you pass an intermediate result onto the next function, it's defined as: let (|>) x f = f x.
確定! 回上一頁