gpt4 book ai didi

ruby - 将 Ruby 符号转换为整数

转载 作者:数据小太阳 更新时间:2023-10-29 07:10:11 25 4
gpt4 key购买 nike

令我惊讶的是,Ruby 符号可以毫无错误地类型转换为整数。所以 :a.to_i 是合法的。我想知道这个整数有什么意义,它是特定于该符号的唯一值吗?

最佳答案

你不应该这样做,因为 Symbol#to_i 在 Ruby 1.9 中被移除,因此在未来不兼容。无论如何,docs say this about it :

Returns an integer that is unique for each symbol within a particular execution of a program.

大致相当于调用object_id在符号上,因为它们最终都调用了 C 函数 SYM2ID()

关于ruby - 将 Ruby 符号转换为整数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9834450/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com