Fortran-lang/stdlib
贡献与规范
源文件
模块
过程
抽象接口
派生类型
spookyHash_128
接口
6 条语句
源文件
stdlib_hash_64bit.fypp
stdlib_hash_64bit
spookyHash_128
内容
无
接口
public module subroutine spookyHash_128(key, hash_inout)
参数
类型
意图
可选
属性
名称
integer(kind=int8),
intent(in),
target
::
key
(0:)
integer(kind=int_hash),
intent(inout)
::
hash_inout
(2)