kha*_*mar 0 haskell
我的意图是将转换bytestring到List of Word8Haskell中,以获得进入LSB为每个byte.
bytestring
List of Word8
byte
任何想法如何实现?
chi*_*chi 7
unpack :: ByteString -> [Word8]
http://hackage.haskell.org/package/bytestring-0.10.8.1/docs/Data-ByteString.html#v:unpack
还要考虑是否可以跳过中间列表,直接使用foldl'或相关折叠.
foldl'
归档时间:
9 年,8 月 前
查看次数:
465 次
最近记录: