Does bash/readline have a binding or a function that a key combination can be binded to in order to expand in-line braces?
Similar to the way M-* key
combination can be used for in-line globbing expansion.
So upon performing a key-combination
$ {a..z}
will turn in place into :
$ a b c d e f g h i j k l m n o p q r s t u v w x y z